Concatenate (x & y) and Concatenate (x + y) are synonymous if both operands x and y are Strings.
Concatenates (combines) string x to string y to make one contiguous string.
The following examples are applicable to both Basic and Crystal syntax:
"Your customer number is " + ({customer.CUSTOMER ID}) + " and your company contact person is " + ({customer.CONTACT FIRST NAME}) + "."
Returns "Your customer number is 64 and your company contact person is Bob." Where CustomerID="64" and First Name = "Bob".
"Your account balance is " + ToText({file.BALANCE}) + "."
Seagate Software IMG Holdings, Inc. http://www.seagatesoftware.com Support services: http://support.seagatesoftware.com |